projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3edc09
)
* src/indent.c (Fvertical_motion): Pacify GCC
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 14 Apr 2016 16:43:28 +0000
(09:43 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 14 Apr 2016 16:43:56 +0000
(09:43 -0700)
5.3.1
20160406
(Red Hat 5.3.1-6) on x86-64.
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index d5162e35b52307fa60b055b0f674d5d4308c9874..0ef8903501d6d43a977cddf8685f36fa3cb211db 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-2036,7
+2036,7
@@
whether or not it is currently displayed in some window. */)
bool disp_string_at_start_p = 0;
ptrdiff_t nlines = XINT (lines);
int vpos_init = 0;
- double start_col;
+ double start_col
IF_LINT (= 0)
;
int start_x IF_LINT (= 0);
int to_x = -1;